Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use readonly access modifier in MappingStrategy interface instead of … #478

Merged
merged 1 commit into from
Jun 2, 2022

Conversation

jmplahitko
Copy link
Contributor

Using get keyword in ambient types may cause typescript errors in some build environments. Encountered the attached error when running a build using vue-cli in production mode. Tested locally and my changes in the pull request satisfies the TS compiler. PR need ASAP due to release train.
Screen Shot 2022-06-02 at 11 11 22 AM

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 2, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Owner

@nartc nartc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR

@nartc nartc merged commit 9c87b00 into nartc:main Jun 2, 2022
nartc pushed a commit that referenced this pull request Jun 2, 2022
…instead of get. (#478)

Co-authored-by: Joe Plahitko <joseph.plahitko@egov.com>
@jmplahitko
Copy link
Contributor Author

Thank you for the merge! Great work on this library, btw. It's really matured over time!

@jmplahitko
Copy link
Contributor Author

@nartc - version 8.3.7 doesn't seem to be available when installing from npm, but I can see it's published on the npm registry site. Am I missing something?
image

@nartc
Copy link
Owner

nartc commented Jun 3, 2022

@jmplahitko what does it say for you? I was able to install it just fine here.
image

@jmplahitko
Copy link
Contributor Author

@nartc hmm.. looks like this may be an issue with our private registry. I am able to pull it straight from npm. Thanks anyway!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants